home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / amgrfix4.arc / AMGRFIX.DOC < prev    next >
Text File  |  1991-07-12  |  2KB  |  102 lines

  1. **************************  AMgrFix.Com  ****************************
  2.  
  3. Quick and dirty utility to solve two bugs of tosscan's MGR function
  4.  
  5. Author:
  6. -------
  7. Roland Gautschi
  8. Sorenbuehlweg 39
  9. CH-5610 Wohlen
  10. (Switzerland)
  11.  
  12. Testing nodes:
  13. --------------
  14.  
  15. me              2:302/561
  16. Nik Bombelli    2:302/1
  17. Patrick Oetiker 2:302/560
  18.  
  19. Licensing:
  20. ----------
  21.  
  22. URGH! No! This is a public domain utility.
  23.  
  24. Why?
  25. ---
  26.  
  27. [secret on]
  28.  
  29. - Tosscan's MGR function crashes if there is a mail found wich is
  30.   terminated with <CR> only - and *not* with <CR><LF>.
  31.  
  32. - Also, it will crash if there is a TearLine (with following text) in a
  33.   AreaMgr message.
  34.  
  35. [secret off]
  36.  
  37. What it does?
  38. -------------
  39.  
  40. Amgrfix scans the *new* netmail messages (since the last call to it), if
  41. there are messages, to AREAMGR or AREAFIX, with destination-adress (or a
  42. AKA) defined in your FD setup, are found, it translate all <CR> without a
  43. following <LF> to <CR><LF>.
  44.  
  45. If there are more than two '-' found together in the message, the '-' will
  46. *not* be written back, the message will be closed, and it starts to scan for
  47. other message(s).
  48.  
  49. THIS MEANS, MESSAGES AFTER A TEARLINE WILL BE KILLED
  50.  
  51. The user can use the good old AreaFix syntax to request LIST or QUERY messages:
  52.  
  53. To: AreaMGR /Q /L
  54.  
  55.     (-Q -L) or /q /l (-q -l) works also
  56.  
  57. AmgrFix adds to the message:
  58.  
  59. /Q -> %QUERY
  60. /L -> %LIST
  61.  
  62. Configuration:
  63. --------------
  64. - None! It determines on the FD environement variable, where it find the
  65.   FD.SYS file and take out there all informations (netmail-path, Address,
  66.   Aka's).
  67.  
  68. Installation:
  69. -------------
  70. Insert it into your batch file wich is doing the import:
  71.  
  72. REM Impoting mail
  73. .
  74. .
  75. Tosscan TOSS /NOMGR
  76. AmgrFix
  77. if errorlevel 1 Tosscan MGR
  78. .
  79. .
  80.  
  81. Features
  82. --------
  83. - (Sorry) F*cking fast - if all tools where as fast as it ...
  84. - Exits with errorlevel 1 if there are messages to AreaMgr/AreaFix found
  85. - DesqView aware
  86. - Uses SHARE compatible file-locking
  87. - Small
  88. - Needs only 64 kB memory
  89. - Written and compiled using Borland C++ 2.0 (from version 0.03 on)
  90.  
  91. ErrorLevels:
  92. ------------
  93.  
  94. 0 - No messages found
  95. 1 - Messages to AreaMgr/AreaFix detected (and corrected)
  96. 2 - There was an error
  97.  
  98. End of Documentation - if it is one ;-)
  99.  
  100. Greetings
  101. Roland (2:302/561)
  102.